Bitsy Link
Delete Bitsy Link
Delete a Bitsy Link by ID
DELETE
/
link
/
delete
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
id
string
requiredThe unique identifier for the Bitsy Link.
Response
200 - application/json
status
enum<string>
requiredIndicates the status of the request.
Available options:
success
message
string
requiredA message providing additional details about the request.
Was this page helpful?