Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cancels a pending invite. Can be done by ADMIN/OWNER or by the user who created the invite.
cURL
curl --request DELETE \ --url https://slog.ai/invites/{id} \ --header 'slog-api-key: <api-key>'
{ "error": { "code": "UNAUTHORIZED", "message": "Authentication required" } }
API key obtained from the Slog dashboard or returned by the signup/invite-redeem flows. Pass as the slog-api-key header.
slog-api-key
ID of the invite.
Invite deleted.