DELETE/spaces/api/v1/companies/{companyID}.json

DELETE_v1_companies_{companyID}.json

Delete a company from central store.

Path Params

  • Name
    companyID
    Type
    integer
    required
    Description

Responses

  • Code
    201
    Type
    object
    Schema
    Description
    201 Created
    ProjectsStatus is the response from projects.
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

201 Created

ProjectsStatus
{
  "STATUS": "string"
}