Delete destination
DELETE/api/v1/purchases/:purchase_id/destinations/:id
Delete an existing inbound destination from a DID number.
Important:
- Destination is permanently removed from the DID configuration
- Deletion is logged for audit purposes
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 204
- 403
- 404
Successfully deletes destination and returns 204 No Content
Returns 403 error when API token is incorrect
Returns 404 error when DID number does not exist or is not owned by user