Skip to main content

Delete a company

DELETE 

/companies/:companyID

Deletes a company and logs the deletion

Request

Path Parameters

    companyID uuidrequired

Responses

Company deleted successfully

Schema

    id stringrequired

    Unique identifier of the company

    name stringnullablerequired

    Name of the company

    specific

    object

    nullable

    required

    Value specific to the company with arbitrary structure

    nullable
Loading...