For the complete documentation index, see llms.txt. This page is also available as Markdown.

👩‍🦳Kullanıcı Silme

Örnek istek:

curl -L -X DELETE 'https://<DOMAIN>/api/groups/xapi/user/:USER_GUID'
client.users.deleteUser("6D9D158D-5A41-4FE5-A151-DE008BC978DE");

Örnek yanıt:

Başarılı bir silme operasyonu 204 No Content kodunu döner

Last updated