Skip to main content
DELETE
Remove resource from project

Authorizations

x-api-key
string
header
required

API key for authentication.

Path Parameters

project_id
string<uuid>
required

Unique project identifier.

resource_type
enum<string>
required

Resource type for project association.

Unlike the other types, a webhook may be attached to several projects at once, and deleting a project never deletes its webhooks.

Available options:
job,
monitor,
dataset,
monitor_group,
webhook
resource_id
string<uuid>
required

ID of the resource to remove.

Response

Resource removed from the project.

success
boolean
required

True if the operation succeeded; false otherwise.

Example:

true

message
string
required

Human-readable result message.

Example:

"Resource removed from project."