v15

latestOpenAPI 3.1.02026-07-1295183803.5 KB
Tracking_Namespace

Delete namespace under a parent key

delete/skynet/namespaced-apikeys

Query parameters

keystring 32 character alphanumeric string required
Example:key=API_KEY

A key is a unique identifier that is required to authenticate a request to the API. Please note for the delete namespace key operation another namespace key cannot be used.

The namespace created using this key can be managed using the APIs & Services > Credentials section of user’s NextBillion Console.

namespacestring required

Specify the name of the namespace to which the \key_to_delete\ belongs. Please note that a namespace key cannot be deleted using another namespace key.

key_to_deletestring required

Specify the key to be deleted.

Response

statusinteger

A string indicating the state of the response. A successful delete operation ins indicated by an HTTP code of200. See the API Error Codes section below for possible values in case of errors.

msgstring

Its value is OK in case of a successful delete operation. Indicative error messages are returned otherwise, for different errors.