Delete a human

Soft delete a human by setting active: false. The human will no longer appear in listings or be available for booking, but their booking history is preserved.

Authentication

AuthorizationBearer
API key authentication. Pass your key as a Bearer token: ``` Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxx ``` Get your API key from the [Slotflow Dashboard](https://app.slotflow.dev).

Path parameters

humanIdstringRequiredformat: "uuid"
The ID of the human

Response

Human deactivated
deletedboolean or null
idstring or nullformat: "uuid"

Errors