put https://api.assetpanda.com/v3/groups//objects//attachment//detach
Use this endpoint to detach an existing attachment from a specified object within a group.
See Parameters and Authentication below.
Parameters
Path Parameters | Required/Optional | Description | Type |
---|---|---|---|
group_id | required | ID of the group in which you wish to detach the attachment. | string |
group_object_id | required | ID of the record (object) you wish to detach the attachment from. | string |
attachment_id | required | ID of the attachment you wish to detach. | string |
Authentication
Key | Description |
---|---|
Authorization | Your Bearer token. |