cURL
curl --request DELETE \ --url https://api.mottostreaming.com/iam/users/v1/{user_id} \ --header 'Authorization: Bearer <token>'
{}
DeleteUser
Deletes an existing user. This will also cancel active subscriptions for the user (asynchronously, not immediately).
Important: if the user is registered via OIDC, this does NOT delete the user in the identity provider.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object