This api call will remove an attachment from a session. The point value is removed from the session and the attached file is deleted from the system.

This api call returns a 404 Not Found error if there was no attachment saved in the given point of the session.

A successful request returns a standard JSON response with a result of true.

Params

Param name Description
project_id
required

The project ID number

Validations:

  • Must be a Integer

session_id
required

The session UUID

Validations:

  • Must be a String

id
required

The name of the point containing an attached file.

Validations:

  • Must be a String