Destinations

Delete Destination

Deletes a specific destination.

delete/tenants/{tenant_id}/destinations/{destination_id}

Response

Success confirmation.

successboolean

Example response

{
  "success": true
}

Changes

Changed in 2 of the 50 revisions of this API.4

    • added the media type application/json for the response with the status 404

      response-media-type-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • endpoint added

      endpoint-added