Delete Metadata Profile Extensions
/metadata/profiles/extensions/${extension-name} | |
Available since: 8.1.300.00
|
Contents
Description
Allows the deletion of a profile extension. The records in the profile extension table are deleted, the table is deleted, and the definition of the profile extension is erased. If identification keys exist based on the specified extension, it will not be deleted, and an error will be returned.
Operation
ID | CV.WS.PROF.META.5 | |||
---|---|---|---|---|
URI | /metadata/profiles/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 profile extension.
Operation
DELETE /metadata/profiles/extensions/CustomName
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!