The resource type that extends OslcResource
Sets the transaction ID for deduplication (transactionid header) If a matching transaction ID exists, the server returns a conflict error.
Unique transaction identifier
This builder instance for chaining
Suppresses business object events (sets x-allow-events to 0) Prevents triggers, scripts, and notifications from firing.
This builder instance for chaining
Explicitly allows business object events (sets x-allow-events to 1) This is the default behavior.
This builder instance for chaining
Sets the public URI header (x-public-uri)
The public URI base for generated links
This builder instance for chaining
Sets a custom header
Header name
Header value
This builder instance for chaining
Gets the resource ID
InternalBuilds the headers for the request
Executes the delete request
A promise that resolves when the resource is deleted
Creates a new ResourceDelete builder
The resource type that extends OslcResource
The ResourceService instance to use for deletion
The unique ID of the resource to delete
Fluent builder for deleting a single resource by ID. Provides a chainable API for configuring DELETE /os/{objectStructure}/{id} requests.
Example