Remove a representative

Deletes a business representative associated with a Moov account.

To use this endpoint from the browser, you’ll need to specify the /accounts/{accountID}/representatives.write scope when generating a token.
DELETE
/accounts/{accountID}/representatives/{representativeID}
204 404 429
Representative deleted.
The specified account or representative was not found.
Request was refused due to rate limiting.

X-Retry-In

string <duration>
How long (in milliseconds) to wait until able to retry the request.

Path parameters

accountID

string <uuid> required
ID of the account.

representativeID

string <uuid> required
ID of the representative.