curl --request DELETE \
--url https://api.trieve.ai/api/organization/{organization_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Organization: <tr-organization>'
This response does not have an example.
Delete an organization by its id. The auth’ed user must be an owner of the organization to delete it.
curl --request DELETE \
--url https://api.trieve.ai/api/organization/{organization_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Organization: <tr-organization>'
This response does not have an example.
The organization id to use for the request
The id of the organization you want to fetch.
Confirmation that the organization was deleted
Was this page helpful?