Skip to content

Delete Custom Part Resource

Request

Delete a file (drawing, datasheet, etc.) attached to a custom part specification.

Security
BearerAuth
Path
idstringrequired

ID of the custom part specification to delete a file from.

Query
filenamestringrequired

Name of the file to delete.

Headers
Acceptstring(CustomPartResourceAcceptHeader)required

Set this to application/api.luminovo.custom-part-resource-v1+json.

Value:"application/api.luminovo.custom-part-resource-v1+json"
DELETE
/custom-parts/{id}/resources
curl -i -X DELETE \
  'https://api.luminovo.com/custom-parts/{id}/resources?filename=string' \
  -H 'Accept: application/api.luminovo.custom-part-resource-v1+json' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

File deleted successfully.