Delete Attachment from Company Custom Field
DELETE/v1/companies/:id/custom-fields/:fieldId/attachments/:fileId
Removes a file attachment from a company custom field of type attachment. The file is also deleted from storage.
Request
Responses
- 200
- 400
- 401
- 404
- 500
File deleted successfully
Invalid field type
Invalid or missing API key
Company or field not found
Internal server error