Nostrum.Api.delete_global_application_command
You're seeing just the function
delete_global_application_command
, go back to Nostrum.Api module for more information.
Link to this function
delete_global_application_command(application_id \\ Me.get().id, command_id)
View SourceSpecs
delete_global_application_command( Nostrum.Struct.User.id(), Nostrum.Snowflake.t() ) :: {:ok} | error()
Delete an existing global application command.
Parameters
application_id
: Application ID for which to create the command. If not given, this will be fetched fromMe
.command_id
: The current snowflake of the command.