Skip to main content
POST
Delete a Service

Authorizations

X-API-Key
string
header
required

Your Cycls API key, from https://cloud.cycls.com. Sent as the X-API-Key header. This is the CYCLS_API_KEY the CLI uses.

Body

application/json
name
string
required

Service name to delete

Example:

"my-function"

Response

Successful Response

detail
string
required

Result message

Example:

"Service 'my-function' deleted successfully."