Skip to main content
DELETE
/
api
/
v1
/
clients
/
{client_id}
Delete Client
curl --request DELETE \
  --url https://staging.cutmake.ai/api/v1/clients/{client_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

client_id
string
required

Response

Successful Response