Delete An existing endpoint
The API deletes an existing endpoint. The API returns an error, ifendpoint with the specified id does not exist.
Request
URI
DELETE
https://{api_host}/endpoint-configuration-service/api/endpoints/{id}
COPY
Path Parameters
string
id
Required
Id of the endpoint to be deleted.
Responses
200
Operation doesn't return any data structure
403
Unauthorized.
Operation doesn't return any data structure
404
Endpoint with the specified id does not exist.
Operation doesn't return any data structure
503
Dependent service is unavailable.
Operation doesn't return any data structure
Endpoints Operations
GET
Can delete An existing endpoint
GET
Can edit An existing endpoint
POST
Create A new endpoint
DELETE
Delete An existing endpoint
GET
Get the endpoint based On Id
GET
Get the list Of endpoints
GET
Get the list Of endpoints By category
GET
Get the list Of endpoints By type
PUT
Update An existing endpoint
POST
Validate endpoint