DELETE
/
api
/
hris
/
v1
/
connectors
/
{connector_id}
/
delete
curl --request DELETE \
  --url https://api.bindbee.dev/api/hris/v1/connectors/{connector_id}/delete \
  --header 'Authorization: Bearer <token>'
"<any>"

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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

connector_id
string
required

Response

200
application/json
Successful Response

The response is of type any.