Sign in

Delete wachet

documented

Delete a wachet by its ID.

DELETE /thirdparty/v1/task/{ID_OF_YOUR_WACHET}Wachetsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.wachete.com/thirdparty/v1/task/{{$wachket_id}}" \
  -X DELETE \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"