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