Delete a signatory for a customer

Deletes the signatory identified by signatoryId under the given customer.

Access and authorization

  • Appropriate Open Banking access is required (e.g. mCust in the implementation).
  • The caller's partner identifier must be present (SIG_PARTNERID_REQUIRED if missing).
  • The customer must exist (SIG_CUSTOMERNOTFOUND) and be allowed for the caller's token (SIG_CUSTOMERACCESS_DENIED).

Validation

  • No request body. Failures from missing signatory, downstream constraints, or integration issues are returned as errors with appropriate codes and messages.
SecurityoAuth2
Responses
200

Delete accepted; body contains downstream status/message

400

Business or integration failure

401

Not authenticated

403

Forbidden

500

Internal server error

delete/v1/customers/{customerId}/signatories/{signatoryId}
Request samples
Response samples
application/json
{
  • "message": "string",
  • "status": "string"
}