Skip to main content
POST
/
checkin
/
v1
/
api
/
teammember
/
{teamMemberId}
/
unassign
/
{eventId}
Unassigns a team member from an event
curl --request POST \
  --url https://api.qflowhub.io/checkin/v1/api/teammember/{teamMemberId}/unassign/{eventId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Ocp-Apim-Subscription-Key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.qflowhub.io/llms.txt

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

Authorizations

Authorization
string
header
required

OAuth 2.0 access token issued by https://identity.qflowhub.io/core. Include as Authorization: Bearer <token>. See the Authentication guide for the token flow.

Ocp-Apim-Subscription-Key
string
header
required

Your APIM subscription key. Sent in the welcome email when your account is enabled. Required on every request alongside the bearer token.

Path Parameters

eventId
string
required

The event ID to unassign the team member from

teamMemberId
string
required

The team member ID to unassign from the event ID

Response

OK

The response is of type object.