DELETE
/
platforms
/
{platform_id}
cURL
curl --request DELETE \
  --url http://localhost:8080/platforms/{platform_id} \
  --header 'admin-api-key: <api-key>'
{
  "id": "<string>",
  "status": "active"
}

Authorizations

admin-api-key
string
header
required

Path Parameters

platform_id
string
required

Platform ID

Response

Platform deleted

id
string
required
status
enum<string>
required

Platform lifecycle status.

Available options:
active,
inactive