Skip to main content
DELETE
/
api
/
v2
/
motion
/
delete
Delete a motion
curl --request DELETE \
  --url https://app.octavehq.com/api/v2/motion/delete \
  --header 'api_key: <api-key>'
{
  "_metadata": {
    "requestId": "requestId",
    "timestamp": "2021-01-01T00:00:00.000Z",
    "usage": 0,
    "message": "message"
  },
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.octavehq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api_key
string
header
required

Query Parameters

oId
string
required

Motion oId to delete

Response

200 - application/json

Deletion result

_metadata
object
required
success
boolean
required

Whether the deletion succeeded