Admin APIadmin-api reference
Delete a PM theme
Authorization
sessionAuth next-auth.session-token<token>
NextAuth.js v5 JWT session cookie. The admin console uses session-based auth; service-to-service callers should use a future API-key scheme.
In: cookie
Path Parameters
id*string
Response Body
application/json
curl -X DELETE "https://example.com/api/pm/themes/string"Empty
{
"success": false,
"error": "string",
"code": "UNAUTHORIZED"
}