Api
Delete Webhook
AuthorizationBearer <token>
In: header
Path Parameters
webhook_id*string
Format
uuidResponse Body
application/json
curl -X DELETE "https://loading/api/v1/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Delete User DELETE
Soft delete a user (set is_active=false). Admin only. This will immediately invalidate all active sessions for the user. Restrictions: - Cannot deactivate the last admin - Cannot deactivate your own account
Dev Login POST
Development-only login that bypasses Azure AD. ONLY available when: - ENVIRONMENT=development - ALLOW_DEV_AUTH_BYPASS=true This endpoint is for local development and testing only.