API reference
Delete a provider
Removes a provider configuration permanently. Pending sends through it will fail; subsequent sends to the same channel will need a different provider.
DELETE/v1/admin/providers/:id
Requires role admin or owner.
Request
bash
curl -X DELETE \
https://api-raven-cloud.autotribes.app/v1/admin/providers/$PROVIDER_ID \
-H "Authorization: Bearer eyJ..." \
-H "X-App-Name: raven-cloud" \
-H "X-Tenant-Slug: acme-co"Response: 204 No Content