Block a Profile

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Rules:

  • Allow blocking a profile using either Profile ID (UUID) or Profile Custom ID.
  • Exactly one of these must be provided. Supplying both is invalid.
  • The provided Profile ID or Custom ID must belong to the same application as the blocker (based on the auth token). If not, return HTTP 400 with the message "Blocked profile not found".
  • If a block relationship already exists between the two users, return HTTP 409.
  • Optionally, if the client wants to remove the relationships between these two users, along with blocking, in both directions, they can include the remove_relationships field in the request payload.

Body Params
string

profile uuid that is being blocked

string

profile custom id that is being blocked

boolean
Defaults to false

When true, also remove any existing relationships (friend, follower, etc.) between the two profiles, in both directions. Unblocking does not restore them.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json