Skip to main content
DELETE
/
vpp-participations
/
{participation_id}
Delete a VPP participation
curl --request DELETE \
  --url https://api.flatpeak.com/vpp-participations/{participation_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Accepted"
}

Authorizations

Authorization
string
header
required

Authenticate with bearer you obtained from authentication endpoint.

Path Parameters

participation_id
string
required

Flatpeak VPP Participation ID.

Response

202 Accepted: the request was accepted for asynchronous processing. For deletes, the resource may remain readable for a short period until processing completes.

message
string
Example:

"Accepted"