POST
/direct_messages/destroy
curl \
-X POST https://blips.club/direct_messages/destroy \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'id=42'
Request example
{
"id": 42
}
curl \
-X POST https://blips.club/direct_messages/destroy \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'id=42'
{
"id": 42
}