Delete subprocessor
Permanently remove a subprocessor and detach linked assets.
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?