Skip to main content
DELETE
/
v1
/
teams
/
{teamId}
/
members
/
{userId}
Delete a team member
curl --request DELETE \
  --url https://wmc.wiremockapi.cloud/v1/teams/{teamId}/members/{userId} \
  --header 'Authorization: <api-key>'
"Credentials are required to access this resource."

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Your API key prefixed by 'Token '

Path Parameters

teamId
string
required
userId
string
required

Response

204 response