Connectors
Delete Connector
DELETE
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/ {connector_id}/delete
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
The response is of type any
.