Attachment Delete
Last updated
Deletes an attachment.
This is the URI OpsHub will execute to call this API:
DELETE: entities/{entityTypeId}/{entityId}/attachments?
attachmentId=<attachmentId>&
projectId=<projectId>entityTypeId
path
True
String
‘id’ of entity type for given entity id
entityId
path
True
String
‘id’ of the entity in which attachment to be deleted
attachmentId
path
True
String
Id of the attachment that needs to be deleted
projectId
query
True
String
Project in which the given entity exists
This API does not require a request body. Only HTTP status 204 is returned on successful deletion.
Last updated

