Hi,
I can successfully upload a GPS trace via the API but I don't seem to be able to delete them (the app does have read/write permissions).
I'm submitting a httpDelete for the following url, with the auth token in the header:
the ID I'm using seems to be valid as I can browse to it on the website:
and this is the ID that shows up when uploading etc...
The error I'm getting is
{"message":"Record Not Found","errors":[{"resource":"Activity","field":"id","code":"invalid"}]}
Seems I'm missing something basic but I can't think what..