Docs are work in progress
Skip to main content

Delete app service

DELETE 

/api/v1/app-services/:appId

This API endpoint remove the app service identified by the provided appId. This operation also removes data associated with app service such as, app service port mappings.

Request

Path Parameters

    appId stringrequired

    The appId - unique id of the app service

Responses

Success response

Schema

    success boolean
    message string
    status string
    statusCode int32
    errorCode string
    subErrors object[]
    payload boolean
Loading...