Preview

deleteFunction is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

deleteFunction

Delete an existing function.

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    Arguments

    input DeleteFunctionInput! PREVIEW

    DeleteFunctionInput fields

    id ID!

    Identifier of the function to delete.

    Return Fields

    deleted Boolean!

    Whether the function was successfully deleted or not.

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.