Delete Metadata Tasks Extensions
/metadata/tasks/extensions/${extension-name} | |
Available since: 8.1.300.00
|
Description
Allows the deletion of a task extension. The records in the task extension table are deleted, the table is deleted, and the definition of the task extension is erased.
Operation
ID | CV.WS.SRV.META.5 | |||
---|---|---|---|---|
URI | /metadata/tasks/extensions/${extension-name} | |||
Method | DELETE | |||
Parameter | Type | Mandatory | Description | |
URI Parameter | ||||
${extension-name} | string | yes | The metadata extension name to delete. |
Response
The Context Management Service API answers with HTTP codes for every request. The following table shows the correct response for a successful request. See HTTP Response Codes and Errors for further details on the possible codes that this operation can return.
HTTP code | 204 |
---|---|
HTTP message | Success No Content |
Example
The following operation deletes a task extension.
Operation
DELETE /metadata/tasks/extensions/Proposal
Result
HTTP/1.1 204 OK Success No Content
Note: If nothing was deleted, HTTP status code 404 ("Not Found") is sent.
This page was last edited on November 23, 2017, at 13:15.
Comments or questions about this documentation? Contact us for support!