cURL
curl --request DELETE \ --url https://api.bsy.sh/v1/link/delete \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "<string>" }
Delete a Bitsy Link by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier for the Bitsy Link.
Link deleted successfully
Indicates the status of the request.
success
A message providing additional details about the request.
Was this page helpful?