Skip to main content
DELETE
Delete Hris Connector

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

Authorization
string
header
required

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

Path Parameters

connector_id
string<uuid>
required

Response

Successful Response