cURL
curl --request DELETE \ --url https://api.checkpoint.b-digital.uk/api/v1/participants/{id} \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": {}, "meta": { "total": 123, "limit": 123, "offset": 123 } }
Soft delete a participant
API key for authentication
Participant ID
Participant deleted successfully
true
Show child attributes