Skip to main content
DELETE
Permanently delete company
Permanently deletes a specific company by ID. Access rules differ between regular API keys and ATS integration keys.

Overview

This endpoint permanently removes a company and everything belonging to it — jobs, contacts, conversations and the rest. It is irreversible.

Access Rules

Regular API Keys

Regular API keys can only delete their associated company:

ATS Integration Keys

ATS keys can delete any company they’ve created:

ATS Integration Guide

Learn about ATS integration keys and access rules

Companies Resource Guide

Understand company management

Authorizations

Authorization
string
header
required

API key for authentication using Bearer scheme

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Company permanently deleted successfully

id
string<uuid>
required

Id of the deleted resource

deleted
enum<boolean>
required

Always true; a failed delete answers with an error status

Available options:
true
Example:

true