Skip to main content
DELETE
/
v1
/
projects
/
{projectID}
/
endpoints
/
{endpointID}
Delete endpoint
curl --request DELETE \
  --url https://us.getconvoy.cloud/api/v1/projects/{projectID}/endpoints/{endpointID} \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "status": true,
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://getconvoy.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

projectID
string
required

Project ID

endpointID
string
required

Endpoint ID

Response

OK

message
string
status
boolean
data
object