Skip to content

Delete Program

DELETE
/v3/ingest/program/{program_id}/
curl --request DELETE \
--url https://example.com/v3/ingest/program/example/ \
--header 'Authorization: Bearer <token>'
program_id
required
Program Id
string

No Content

Not Found

Media type application/json
Response
object
key
additional properties
string
Example generated
{
"additionalProperty": "example"
}