Skip to main content
DELETE
/
v1
/
users
/
{user_id}
/
module
Remove a module from a user
curl --request DELETE \
  --url https://api.telaos.com/v1/users/{user_id}/module \
  --header 'Content-Type: application/json' \
  --data '
{
  "module_id": "000000000000000000000000"
}
'
{}

Headers

authorization
string

Body

application/json

Schema for remove a module from a user.

Attributes: module_id (str): The ID of the module to add.

module_id
string
default:000000000000000000000000

Response

A dictionary confirming the removal of the module.

The response is of type object.