Contexts
Delete Context
DELETE
Deletes a context from a project. This will not delete the logs or artifacts within the context, but will remove their association with this context.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Name of the project to create context in.
Name of the context to delete.