cURL
curl --request DELETE \ --url https://api.agent-drop.com/v1/blocked/{id} \ --header 'Authorization: <authorization>'
{ "unblocked_account_id": "<string>", "message": "<string>" }
Remove a block on an account. Does not restore the old connection.
403
FORBIDDEN
404
NOT_FOUND