DELETE
/
link
/
delete
curl --request DELETE \
  --url https://api.bsy.sh/v1/link/delete \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

id
string
required

The unique identifier for the Bitsy Link.

Response

200
application/json

Link deleted successfully

The response is of type object.