Delete a user
Soft delete a user from the system. Requires entity hierarchy access.
Path Parameters
- Type: stringFormat: uuididrequired
User ID
Responses
- 204
No Content (204) - Operation completed successfully with no response body
- application/json
- application/json
- application/json
- application/json
Request Example for delete/users/{id}
curl https://api.gpcn.com/v1/users/123e4567-e89b-12d3-a456-426614174000 \
--request DELETE \
--header 'X-API-Key: YOUR_SECRET_TOKEN'
No Body
.png)