Destinations
Delete Destination
Deletes a specific destination.
delete/tenants/{tenant_id}/destinations/{destination_id}
Response
Success confirmation.
Example response
{
"success": true
}Changes
Changed in 2 of the 50 revisions of this API.4
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○