Delete an external asset type
delete
/api/rest/2.0/assets/external/type/{id}
Deletes the external asset type specified by the
id
parameter.Request
Supported Media Types
- application/json
Path Parameters
-
id(required): integer
Id of the external asset type.
Response
Supported Media Types
- application/json
200 Response
OK.
400 Response
Bad request. See Status Codes for information about other possible HTTP status codes.
401 Response
Unauthorized. See Status Codes for information about other possible HTTP status codes.
403 Response
Forbidden. See Status Codes for information about other possible HTTP status codes.
404 Response
The requested resource was not found. See Status Codes for information about other possible HTTP status codes.
500 Response
The service has encountered an error. See Status Codes for information about other possible HTTP status codes.
Examples
Delete the external asset type with Id #3:
DELETE /api/REST/2.0/assets/external/type/3
Response status:
200 OK
For DELETE
requests, there is no body returned.