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
The response is of type object.
object
Was this page helpful?