Skip to main content
DELETE
/
chats
/
lists
/
custom
/
{uuid}
/
members
/
{userUuid}
Remove a member from a custom list
curl --request DELETE \
  --url https://api.fanvue.com/chats/lists/custom/{uuid}/members/{userUuid} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Fanvue-API-Version: <x-fanvue-api-version>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Fanvue-API-Version
string
default:2025-06-26
required

API version to use for the request

Example:

"2025-06-26"

Path Parameters

uuid
string<uuid>
required

Custom list UUID

userUuid
string<uuid>
required

User UUID to remove from the list

Response

Member removed successfully