Overview
This is a demo of how to delete the Connector for specific category. This guide will help you understand the endpoints available and how to utilize them effectively.You can also access connector for different categories using
https://api.bindbee.dev/api/{category}/v1/connectors/{connector_id}/delete
.
To delete ATS connector, use: https://api.bindbee.dev/api/ats/v1/connectors/ To delete LMS connector, use:
https://api.bindbee.dev/api/lms/v1/connectors/
/delete`Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Successful Response
The response is of type any
.