curl --request DELETE \
--url https://api.trieve.ai/api/organization/{organization_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Organization: <tr-organization>'{
"message": "Bad Request"
}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>'{
"message": "Bad Request"
}Was this page helpful?