Log inBook a demo
GuidesAPI Reference
GuidesAPI Reference
  • API Reference
Logo
Log inBook a demo
API ReferenceOrganization

DELETE
https://app.polytomic.com/api/organizations/:id
DELETE
/api/organizations/:id
1import { PolytomicClient } from "polytomic";
2
3const client = new PolytomicClient({ token: "YOUR_TOKEN", version: "YOUR_VERSION" });
4await client.organization.remove("248df4b7-aa70-47b8-a036-33ac447e668d");
Try it
Was this page helpful?
Previous

List Users

Next
Built with
> 🚧 Requires partner key > > Organization endpoints are only accessible using [partner keys](https://apidocs.polytomic.com/guides/obtaining-api-keys#partner-keys).
Remove Organization

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

idstringRequired

Headers

X-Polytomic-VersionstringOptional

Errors

🚧 Requires partner key

Organization endpoints are only accessible using partner keys.