DELETE
/
company
/
{company_id}
curl --request DELETE \
  --url https://api.rootfi.dev/company/{company_id} \
  --header 'api_key: <api-key>'
{
  "data": {
    "status": "success"
  },
  "request_timestamp": "2021-01-01T00:00:00Z",
  "response_timestamp": "2021-01-01T00:00:00Z",
  "request_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b"
}
curl --request DELETE \
  --url https://api.rootfi.dev/company/{company_id} \
  --header 'api_key: <api-key>'

Authorizations

api_key
string
header
required

Path Parameters

company_id
number
required

The ID of the company to delete.

Response

200 - application/json

Response object for the delete company endpoint.

request_timestamp
string
required

The time at which the request was received by the server

response_timestamp
string
required

The time at which the response was sent by the server

request_id
string
required

The unique ID of the request

data
object
required

The response data of the delete invite link endpoint