DELETE
/
v1
/
teams
/
{teamId}
curl --request DELETE \
  --url https://wmc.wiremockapi.cloud/v1/teams/{teamId} \
  --header 'Authorization: Basic <encoded-value>'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

teamId
string
required

Response

200
application/json
200 response

The response is of type object.