Remove an owner from the Safe
DELETE/api/v1/owners
Removes an existing owner from the user's Safe account.
The signature should be generated by signing the transaction data obtained from
the /api/v1/owners/remove/transaction-data
endpoint.
The operation is processed through a delay relay mechanism that executes after 3 minutes.
Request
Responses
- 200
- 401
- 404
- 422
- 500
Successfully submitted the remove owner request.
Unauthorized - invalid or missing authentication token.
Safe account not found for the user.
Unprocessable Entity - validation errors in request body.
Internal server error.