To delete a check-in based on its ID (UUID), you can use the following API endpoint:
Endpoint: DELETE /checkins/{checkin-uuid}/
Response Example:
- None
How to Use:
-
Specify Check-in UUID: In the endpoint URL, replace
{checkin-uuid}
with the actual UUID of the check-in you want to delete. -
Submit Request: Use the
DELETE
method on the specified endpoint to delete the check-in. -
Review Response: The response will be empty (
None
), indicating the successful deletion of the specified check-in.
If you have any questions or need further assistance, please feel free to contact our support team at support@dailybot.com.
Comments
0 comments
Article is closed for comments.