Unassign dynamic account
Unassign a dynamic account
Unassign a dynamic account
DELETE https://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/dynamic
Query Parameters
Name
Type
Description
Account number*
String
Account number
API-version
String
The version of API
{
"accountNumber": "string",
"accountName": "string",
"collectionAccountNumber": "string",
"bvn": "string",
"accountType": 1,
"accountCurrency": "string",
"hasExpired": true,
"expires": "2022-06-15T13:58:53.124Z",
"uniqueReference": "string",
"isOneTimePaymentAccount": truejs
}
Response body
Inputting the correct parameters should give you a 204: Success response which will populate the below Success details. Also specified are possible responses from the request.
Last updated