Workshop
Delete Workshop
Delete a Workshop
DELETE
/
workshops
/
{id}
Deletes a workshop.
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
id
string
requiredResponse
200 - application/json
id
string
requiredThe id of the workshop
user_id
string
requiredThe user id of the workshop
pipeline_id
string
requiredThe id of the pipeline the workshop is associated with
job_id
string
requiredThe id of the job the workshop is associated with
target_schema_id
string
requiredThe id of the target schema the workshop is associated with
source_schema_id
string
requiredThe id of the source schema the workshop is associated with
status
enum<string>
requiredThe status of the Workshop. This status will be set to 'deployed' if the workshop was most recently deployed. If the workshop has either not yet been deployed or has been run since last deployment, it will reflect the status of the most recent result
Available options:
created
, running
, finished
, failed
, needs review
, deployed
updated_at
string | null
requiredThe date and time this object was last updated
created_at
string
requiredThe date and time this object was created