Sign in

Undelete entity

documented

Undelete a previously deleted entity by type and ID.

POST /api/v1/undelete?access_token={token}Undeleteno 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://{{$domain}}.tpondemand.com/api/v1/undelete?access_token={{OAUTH2_ACCESS_TOKEN}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"Id": {{$Id}}, "EntityType": "{{$EntityType}}"}'