Deletes the specified Account List Folder and all of its Account Lists.
A successful response.
Returned when bad request is received.
Returned when a request is made without a valid API key
Returned when the given user does not have permissions on the requested resource
Returned when the given resource is not found
Returned when the given user has reached their API rate limits.
Returned when there is an unrecoverable error in the API. If you continue to receive this error, please contact support and include your terminus-request-id.
Returned when the service is currently unavailable.
curl -i -X DELETE \ https://api.terminusplatform.com/accountLists/v2/folders/:folderId \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "folderId": "string",
- "folderName": "string"
}