cURL
curl --request POST \ --url https://api.heify.com/delete-participant \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "participant_id": "2e2f776f-0dff-44a9-83e0-66ad34712623" } '
{ "data": { "message": "Participant deleted successfully" } }
Permanently delete a participant.
participant_id
404
The unique identifier of the participant to delete.
Participant deleted successfully.
Show child attributes