Skip to main content

Mark Frontend User Messages Deleted

Mark Frontend User Messages Deleted

Path Parameters
auth_method Auth Method REQUIRED
username Username REQUIRED
Responses
204

Successful Response

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
mark_frontend_user_messages_deleted_api_v1_frontend_users__auth_method___username__messages_delete
DELETE /api/v1/frontend_users/:auth_method/:username/messages
auth_method — path
username — path
curl -L -X DELETE 'https://projects.laion.ai/api/v1/frontend_users/:auth_method/:username/messages' \
-H 'Accept: application/json'