Skip to main content
DELETE
Delete a terminal company list

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

company_list_id
string<uuid>
required
Example:

"018f23b7-92bb-7c64-a3d4-1ba53b8ad971"

Response

This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)

statusCode
enum<number>
required
Available options:
401
Example:

401

error
enum<string>
required
Available options:
Unauthorized
Example:

"Unauthorized"

message
string
required
Example:

"Missing Authorization header"