Skip to main content
Version: 8.9

Type Alias: DeleteResourceData

type DeleteResourceData = object;

Properties

body?

optional body?: DeleteResourceRequest;

path

path: object;

resourceKey

resourceKey: ResourceKey;

The key of the resource to delete. This can be the key of a process definition, the key of a decision requirements definition or the key of a form definition


query?

optional query?: never;

url

url: "/resources/{resourceKey}/deletion";