Skip to main content
DELETE
/
v2
/
destinations
/
{id}
Delete destination
curl --request DELETE \
  --url https://api.portable.io/v2/destinations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer<int>
required

ID

Response

OK