cURL
curl --request DELETE \ --url https://api.recruitifi.com/v1/agencies/{agencyId} \ --header 'Authorization: Bearer <token>'
{ "message": "Agency deleted successfully." }
Organization-scoped Bearer authentication header of the form Bearer <token>, where <token> is your organization-scoped token from the Organization Scoped Token flow.
Bearer <token>
<token>
Agency deleted successfully
"Agency deleted successfully."