Sign in

Delete attachment

documented

Delete an attachment by ID.

DELETE /personAttachments/{id}People Attachmentsno 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.followupboss.com/v1/personAttachments/{{$id}}" \
  -X DELETE \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "X-System: {{$system_name}}" \
  -H "X-System-Key: {{$system_key}}"