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

Request Examples

Example Request

DELETE
/spaces/api/v1/companies/{companyID}.json
curl --request GET \
     --url https://{site_name}.teamwork.com/tags.json

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"
}