Payments API now live! Read more at API Reference
curl --request DELETE \
--url https://platform.usewarp.net/api/organizations/{id} \
--header 'Authorization: Bearer <token>'{
"message": "Organization deleted successfully"
}Delete an organization
curl --request DELETE \
--url https://platform.usewarp.net/api/organizations/{id} \
--header 'Authorization: Bearer <token>'{
"message": "Organization deleted successfully"
}Was this page helpful?