Pods
Delete Pod
DELETE
/
api
/
v1
/
pods
/
{pod_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
pod_id
string
requiredResponse
200 - application/json
status
enum<string>
requiredAvailable options:
PROVISIONING
, PENDING
, ACTIVE
, STOPPED
, ERROR
, TERMINATED