Revoke Shared Prototype
DELETE/api/v1/workspaces/:workspace_name/shared_prototypes/:shared_prototype_id
Revokes a shared pipeline prototype. Once you revoke a prototype, users can no longer access it.
Request
Responses
- 200
- 404
- 422
The access to the prototype was revoked successfully.
We couldn't find a shared prototype with the given ID. Make sure the ID is correct and try again.
Validation Error
Was this page helpful?