Custom services API - DELETE a custom service rule

Deletes the specified custom service rule.

DELETE
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/service/customServices/{technology}/{id}
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/service/customServices/{technology}/{id}

Parameters

Parameter Type Description In Required
technology string

Technology of the custom service to delete.

The technology element can hold these values.
path required
id string

The ID of the custom service to delete.

path required

Possible values

Possible values for the technology element:

  • dotNet
  • go
  • java
  • php

Response format

A successful request doesn't return any content.