Deactivate Account Overdraft
This endpoint allows customers to disable their account overdraft.
PUT
/api/accountoverdraft/v1/deactivate
You must include an existing overdraft id
in the request body to deactivate the overdraft successfully.
Headers
Name | Value |
---|---|
Content-Type* |
|
Authorization* |
|
Request-Reference |
|
Body
Name | Data Type (length) | Required | Description |
---|---|---|---|
| string | Unique identifier for the overdraft account (GUID format) |
Here is an example request and response with a sample payload sent to the endpoint in Curl format.
Last updated