API DocsRESTProtobuf descriptor service

DeleteProtobufDescriptors

Delete protobuf descriptors of that match the provided `namespace` and `message_type_full_name`.

DELETE
/api/v1/protobuf-descriptors

Query Parameters

messageTypeFullNamestring

namespacestring

organizationIdstring

organization_id is deprecated

protobufDescriptorIdstring

curl -X DELETE "<API_URL>/api/v1/protobuf-descriptors?messageTypeFullName=string&namespace=string&organizationId=string&protobufDescriptorId=string" \
  -H "Authorization: Bearer <API_KEY>"

A successful response.

{}