DELETE
/
destinations
/
{id}
curl --request DELETE \
  --url https://api.loopreturns.com/api/v1/destinations/{id} \
  --header 'X-Authorization: <api-key>'
"Success"

Authorizations

X-Authorization
string
header
required

Path Parameters

id
integer
required

The destination's unique identifier.

Response

200
application/json
Success

The response is of type string.