❌Removing Users

This step shows how to remove users from your Perculus platform.

Below is an example of the delete operation with the <USER_ID> parameter for a user:

curl --location --request DELETE 'https://<DOMAIN>/xapi/user/<USER_ID>' \
--header 'Authorization: Bearer <ACCESS_TOKEN>' \
--header 'Content-Type: application/json' \
--data ''

Last updated