Delete an organization by its ID.
curl --request DELETE \
--url https://api.example.com/v1/organizations/{organization_id} \
--header 'X-API-KEY: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request DELETE \
--url https://api.example.com/v1/organizations/{organization_id} \
--header 'X-API-KEY: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}