Company logoTrust Center Documentation
API v1 ReferenceSubprocessorsId

Delete subprocessor

Permanently remove a subprocessor and detach linked assets.

DELETE
/api/v1/subprocessors/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://app.orbiqhq.com/api/v1/subprocessors/string"
Empty
{
  "error": "unauthorized",
  "details": "Missing or invalid bearer token"
}
{
  "error": "not_found",
  "details": "Subprocessor with id 'vendor-123' not found"
}
{
  "error": "server_error",
  "details": "Unexpected error occurred"
}

How is this guide?