Skip to main content
PATCH
/
v1
/
users
/
skills
/
{skillId}
/
detach
/
{userId}
Detach a skill from a user
curl --request PATCH \
  --url https://platform.thena.ai/v1/users/skills/{skillId}/detach/{userId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter the bearer token

Path Parameters

skillId
string
required
userId
string
required

Response

User is not authenticated!