Delete a Custom APIAsk AIdelete https://api.diffbot.com/v3/customDelete definitions of existing Custom APIs for a given URL pattern and API on your tokenBody ParamsapistringThe specific API being targeted. Always precede the API name with "/api/" as in "/api/article" except for "all")urlPatternstringA regex that defines the URLs corresponding to which the Custom API definitions will be deleted. Make sure that is json-escaped before url-encoding it.tokenstringYour token. The Custom API definitions only for this token will be deletedResponses 200Successful API Response 500Internal Server ErrorUpdated 5 months ago