Delete GSP cert

Description

This deletes a gsp certificate and removes it from the basestations.This function is only available to administrators.

Request

DELETE /v1/gsp-certs/:domain

Response

Response Status codes:

  • 200 on success

  • 404 if cert does not exist

  • 403 if not administrator

Request headers

This request must have the following headers:

  • Authorization: bearer <ApiKey>

Example

Request

curl -XDELETE "https://api.cloud.nabto.com/v1/gsp-certs/:domain" \
  -H "Authorization: Bearer <ApiKey>"

Response

Returns response Code: 200