Delete organization spend limit
DELETE/organization/spend_limit
Delete organization spend limit
curl -X DELETE https://api.openai.com/v1/organization/spend_limit \
-H "Authorization: Bearer $OPENAI_ADMIN_KEY" \
-H "Content-Type: application/json"
{
"object": "organization.spend_limit.deleted",
"deleted": true
}
Returns Examples
{
"object": "organization.spend_limit.deleted",
"deleted": true
}