Skip to main content
POST
Delete a Service

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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."