DELETE/v1/tenant_members/{id}
tenant_members.delete
Removes the member from the tenant ("kick"). You cannot remove yourself via this endpoint; the only-remaining-owner cannot be removed.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required | Tenant member id. |
| Idempotency-Key | string | optional | Optional client-supplied key for at-most-once semantics. The first request with a given key is processed; subsequent requests with the same key replay the cached response for 24h. |
Response
No parameters.
Examples
curl -sS -X DELETE \
-H "Authorization: Bearer $CULPRIT_API_TOKEN" \
https://api.theculprit.ai/v1/tenant_members/{id}Try it
Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.