MATTR VII PlatformAuthentication provider
Delete an Authentication Provider
Deletes an existing Authentication Provider by providing its ID.
Analytics Events
USER_AUTHENTICATION_PROVIDER_DELETE_STARTUSER_AUTHENTICATION_PROVIDER_DELETE_SUCCESSUSER_AUTHENTICATION_PROVIDER_DELETE_FAIL
Roles
adminissuer
DELETE
/v1/users/authentication-providers/{id}
AuthorizationBearer <token>
In: header
Path Parameters
idstring
Authentication Provider ID
Format
uuid
Response Body
curl -X DELETE "https://example.vii.au01.mattr.global/v1/users/authentication-providers/41458e5a-9092-40b7-9a26-d4eb43c5792f"
Empty
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?