curl --request DELETE \
--url https://api.drip.re/api/v1/organizations/{organizationId} \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Delete an organization (only owner can delete)
curl --request DELETE \
--url https://api.drip.re/api/v1/organizations/{organizationId} \
--header 'Authorization: Bearer <token>'
This response does not have an example.
API Key
Default Response
Was this page helpful?