Skip to main content
DELETE
/
api
/
identity-providers
/
{alias}
/
mappers
/
{mapper_id}
Delete a mapper
curl --request DELETE \
  --url https://api.example.com/api/identity-providers/{alias}/mappers/{mapper_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": 500
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

alias
string
required
mapper_id
string
required

Response

Mapper deleted