Skip to main content
DELETE
/
agencies
/
{agencyId}
Delete an agency and its recruiters
curl --request DELETE \
  --url https://api.recruitifi.com/v1/agencies/{agencyId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Agency deleted successfully."
}

Authorizations

Authorization
string
header
required

Organization-scoped Bearer authentication header of the form Bearer <token>, where <token> is your organization-scoped token from the Organization Scoped Token flow.

Path Parameters

agencyId
string
required

Response

200 - application/json

Agency deleted successfully

message
string
Example:

"Agency deleted successfully."