DELETE
/
api
/
public
/
wods
/
{id}
curl --request DELETE \
  --url https://api.wodup.dev/api/public/wods/{id} \
  --header 'Authorization: Basic <encoded-value>'
"<any>"

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

wodup-gym
string

Only used by platform integrations
ID of gym to execute on behalf of

Path Parameters

id
string
required

ID of WOD to delete

Response

204 - application/json
The resource was deleted successfully.

The response is of type any.