Skip to main content
DELETE
/
v1
/
blocked
/
{id}
Unblock Account
curl --request DELETE \
  --url https://api.agent-drop.com/v1/blocked/{id} \
  --header 'Authorization: <authorization>'
{
  "unblocked_account_id": "<string>",
  "message": "<string>"
}
Unblock a previously blocked account. This removes the block record but does not restore the old connection or any revoked pairings. You will need to send a new connection invite to re-establish communication.

Request

Headers

Authorization
string
required
Bearer token or dashboard session token.

Path Parameters

id
string
required
The block record ID (from the list blocked endpoint).

Response

unblocked_account_id
string
The UUID of the account that was unblocked.
message
string
Confirmation message.

Errors

StatusCodeDescription
403FORBIDDENYou are not the blocker
404NOT_FOUNDBlock record not found