Delete a participant from the system
Permanently removes a participant's data from the system based on their unique ID.
Responses
-
Participant successfully deleted from the system.
-
Authorization failed. Ensure the
X-Client-Key
sent is valid and active. -
Invalid or inactive client. The API key may be incorrect, expired, or your account does not have permission.
-
Participant data with the given ID was not found and thus cannot be deleted.
-
An internal server error occurred. Please try again shortly or contact support.
DELETE
/participants/{id}
curl \
--request DELETE 'https://app.indolat.com/api/v1/participants/{id}' \
--header "X-Client-Key: $API_KEY"