Skip to main content
DELETE
/
v1
/
company
/
{companyId}
Delete a company
curl --request DELETE \
  --url https://openapi.enginy.ai/v1/company/{companyId} \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>",
  "data": {
    "id": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.enginy.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
string
required

The company ID

Response

Company deleted successfully

status
enum<string>
required
Available options:
success
message
string
required
data
object
required