Skip to main content
DELETE
/
v1
/
customer-portal
/
members
/
{id}
Remove Member
curl --request DELETE \
  --url https://api.spairehq.com/v1/customer-portal/members/{id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.spairehq.com/llms.txt

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

Authorizations

Authorization
string
header
required

Member session tokens are specific tokens that are used to authenticate members on your organization. You can create those sessions programmatically using the Create Member Session endpoint.

Path Parameters

id
string<uuid>
required

Response

Member removed.