Operation spec
{
"method": "delete",
"path": "/users/by_external_id/{external_provider_id}",
"operationId": "delete-user-by-external-id",
"parameters": [
{
"name": "external_provider_id",
"in": "path",
"required": true,
"schema": {
"type": "string"
},
"description": "The external provider ID of the user."
}
],
"responses": {
"204": {
"description": "User successfully deleted."
}
}
}