Delete Interface
Deletes the interface with the unique identifier (URN)
Request
URI
DELETE
https://{api_host}/cloudapi/1.0.0/interfaces/{id}
COPY
Path Parameters
string
id
Required
id
Responses
204
No Content
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/interfaces/{id}
Availability
Added in 35.0
Defined Interface Operations
GET
Query Interfaces
POST
Create Interface
GET
Get Interface
PUT
Update Interface
DELETE
Delete Interface