- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Delete
/attached-docs/{id}/
Operation is used to delete attachment with document. Available from product version 3.2.8.
Operation actually deletes attachment between object and document. Deleted attachment cannot be restored.
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integer Required
Id of Attached Document to delete
Body parameters
Required object to delete Attachment
object
attachedObjectType
integer Required
<<_objecttype>> id of the object attached to the document. It is unique id which determines type of the target object. <<_getobjecttypes>>
Responses
204
Object deleted
401
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
object
details
string
Detailed description of error
Was this article helpful?