Skip to main content

Delete Provider

Delete Provider deletes a provider regsitered in Guardian database

Path Parameters
    id string required
Responses

A successful response.


Schema

    object

DELETE /v1beta1/providers/:id

Authorization

name: X-Auth-Emailtype: apiKeydescription: Email address of the userin: header

Request

Base URL
http://127.0.0.1:7400
apiKey
id — path required
curl / cURL
curl -L -X DELETE 'http://127.0.0.1:7400/v1beta1/providers/:id' \
-H 'Accept: application/json' \
-H 'X-Auth-Email: <API_KEY_VALUE>'