Browse the docs

Reference · Payees

Delete a payee

DELETEhttps://api.paygoro.com/v1/payees/{id}

Authorization

Requires a bearer API key with payees:write. See Authentication.

Path parameters

NameTypeDescription
idrequiredstringOpaque resource id.

Request body

application/json

FieldTypeDescription

Response

200 · application/json

FieldTypeDescription
idstringOpaque resource id.
deletedtrue

Errors

400BAD_REQUESTThe request was malformed or failed validation.
401UNAUTHORIZEDMissing, malformed, expired or revoked API key.
403FORBIDDENThe API key does not have the scope this operation requires.
404NOT_FOUNDNo resource with this id exists in your workspace, or a `companyId` filter does not match one of your companies.
429TOO_MANY_REQUESTSRate limit exceeded. Retry after the `Retry-After` header.

All errors share one envelope — see Errors.