Jump to: navigation, search

Delete Metadata Services Extensions

ApiRef2.png /metadata/services/extensions/${extension-name}
Available since: 8.1.300.00

Description

Allows the deletion of a service extension. The records in the service extension table are deleted, the table is deleted, and the definition of the service extension is erased.

Operation

ID CV.WS.SRV.META.3
URI /metadata/services/extensions/${extension-name}
Method DELETE
Parameter Type Mandatory Description
URI Parameter
${extension-name} string yes The metadata extension name to delete.

Important.png This name is not case-sensitive.

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.

Response
HTTP code 204
HTTP message Success No Content

Example

The following operation deletes a service extension.

Operation

 DELETE /metadata/services/extensions/relatedOffers

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!