Skip to content

Delete trail like by actor and trail

POST
/api/v1/trail-like/delete

Deletes a trail like without needing to know its ID. Uses actor and trail IDs to find and delete

object
actor
required

User ID (15 chars)

string
trail
required

Trail ID (15 chars)

string

Trail like deleted

Bad Request

Not Found

Internal Server Error