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

Oturumları Silme

Örnek istek:

curl -L -X DELETE 'https://<DOMAIN>/api/groups/xapi/session/:SESSION_GUID'
client.sessions.deleteSession("61E3D504-13EE-447F-9B36-6686C5C39FEB");

Örnek yanıt:

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

Last updated