Delete Package Config
Delete a matching package config by ID. The delete cascades to all runs created from that config.
Delete a matching package config by its UUID. The delete cascades: every package run created from this config is removed along with it. The config must belong to your organization, and this endpoint requires the write scope.
Because the cascade removes run history, deleting a config is destructive. If you need to keep the runs for audit, export them via the runs list endpoint before deleting. Deletion is permanent and cannot be undone.
The lookup is tenant-scoped. Attempting to delete a config that does not exist, or that belongs to another organization, returns 404 not_found. A successful delete returns the service confirmation payload.
/v1/matching/packages/configs/{id}Response
Response fields
Response
{
"deleted": true
}Errors
Error responses