Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt

Use this file to discover all available pages before exploring further.

Removes a user from your blocked list, allowing them to interact with you again.

Endpoint

DELETE /api/v1/users/:id/block

Parameters

id
string
required
The ID of the user to unblock.
curl -X DELETE https://api.onlydrams.app/api/v1/users/456e7890-e89b-12d3-a456-426614174001/block \
  -H "Authorization: Bearer $ACCESS_TOKEN"
{
  "message": "User unblocked successfully"
}

Error Responses

{
  "error": "User not found"
}
{
  "error": "User block not found"
}