Delete Provider Resource

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

providerenumRequired

The provider (e.g., 11labs)

Allowed values:
resourceNameenumRequired

The resource name (e.g., pronunciation-dictionary)

Allowed values:
idstringRequiredformat: "uuid"

Response

idstring
This is the unique identifier for the provider resource.
orgIdstring
This is the unique identifier for the org that this provider resource belongs to.
createdAtstringformat: "date-time"

This is the ISO 8601 date-time string of when the provider resource was created.

updatedAtstringformat: "date-time"

This is the ISO 8601 date-time string of when the provider resource was last updated.

providerenum
This is the provider that manages this resource.
Allowed values:
resourceNameenum

This is the name/type of the resource.

Allowed values:
resourceIdstring

This is the provider-specific identifier for the resource.

resourceobject
This is the full resource data from the provider's API.

Errors